* { margin: 0; padding: 0; }
body { font-size: 16px; -webkit-font-smoothing: antialiased; }
ul, li { list-style-type: none; }
input, button { border: none; outline: none; }

/* Paging */
#paging {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  color: #202020;

  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#paging .first,
#paging .last,
#paging .prev,
#paging .next,
#paging .list li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size:12px;
  vertical-align: top;
}
#paging .list {
  display: inline-block;
  vertical-align: top;
}
#paging .list li {
  width: 44px;
  padding: 0;
  text-align: center;
}
#paging .list li.cur {
  color: #fff;
  background-color: #124680;
  border-color: #676767;
}
#paging .go {
  display: none;
  position: relative;
  max-width: 160px;
  height: 30px;
  border: 1px solid #676767;
}
#paging .go input {
  float: left;
  width: 70%;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-size: 16px;
  box-sizing: border-box;
  color: #676767;
}
#paging .go button {
  float: left;
  width: 30%;
  height: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #0099ff;
}
#paging .disable {
  color: #bfbfbf;
  cursor: not-allowed;
}

 #paging input::-webkit-input-placeholder { color: #bfbfbf; }
#paging input::-moz-input-placeholder { color: #bfbfbf; }
#paging input:-ms-input-placeholder { color: #bfbfbf; } 


#resultBox {
  width: 100%;
  height: 960px;
  margin-top:25px;
}
#resultBox dl {
  height:135px;
  border-bottom:1px solid #ebebeb;
  margin-bottom:1px;
}
#resultBox dt {
  float: left;
  margin-right: 12px;
}
#resultBox dt a img {
  margin:15px 0px 15px 15px;
}
#resultBox dd {
  overflow: hidden;
  display: block;
}
#resultBox dd a {
	width:445px;
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  text-decoration: none;
  color: #5f5f5f;
}
#resultBox dd h1{
  font-size: 16px;
  color: #020308;
  margin:0;
  padding: 0;
  line-height:50px;
}